AddRange(Nullable<DateTime>[]) Method | ComponentOne Upload for ASP.NET WebForms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / BaseChartAxisList<T> Class / AddRange Method / AddRange(Nullable<DateTime>[]) Method
The specified DateTime? data point values.

In This Topic
AddRange(Nullable<DateTime>[]) Method
In This Topic
Add the specified DateTime? data point values to the series.
Syntax
'Declaration
 
Public Overloads Overridable Sub AddRange( _
   ByVal values() As System.Nullable(Of Date) _
) 
 

Parameters

values
The specified DateTime? data point values.
See Also